-
Notifications
You must be signed in to change notification settings - Fork 1
Add initial CI #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add initial CI #43
Conversation
Signed-off-by: Muhammad Awad <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds initial continuous integration (CI) infrastructure to automatically test Iris examples on AMD Developer Cloud infrastructure. The CI setup includes automated droplet provisioning, environment setup, and comprehensive testing of all Iris examples.
- Implements GitHub Actions workflow for automated testing of Iris examples
- Adds developer documentation for AMD Developer Cloud setup
- Updates example commands to reflect new message passing examples
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
File | Description |
---|---|
.github/workflows/examples-ci.yml | Main CI workflow that provisions AMD cloud droplets and runs comprehensive Iris example tests |
.github/workflows/scripts/examples.sh | Test execution script that runs all Iris examples and stores results |
docs/DEVCLOUD.md | Documentation guide for setting up Iris on AMD Developer Cloud |
examples/README.md | Updates example commands to include new message passing scripts |
Signed-off-by: Muhammad Awad <[email protected]>
Signed-off-by: Muhammad Awad <[email protected]>
Signed-off-by: Muhammad Awad <[email protected]>
Signed-off-by: Muhammad Awad <[email protected]>
Signed-off-by: Muhammad Awad <[email protected]>
Signed-off-by: Muhammad Awad <[email protected]>
Signed-off-by: Muhammad Awad <[email protected]>
No description provided.